s:414:"<script type="text/javascript">var handler=StripeCheckout.configure({key:'',locale:'auto',token:function(token){$.get("http://localhost/app/ajax/processStripe.php?t="+token.id,function(data){$("#result").html(data);});}});$('#stripe-pay').on('click',function(e){handler.open({name:"MatchMe",description:"300 Energy",amount:600});e.preventDefault();});$(window).on('popstate',function(){handler.close();});</script>";